home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Technical Documentation / Sample Code / DTS.Lib & Samples / DTS.Lib / DTS.Lib.headers / ATUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-22  |  453 b   |  24 lines  |  [TEXT/MPS ]

  1. #ifndef __ATUTILS__
  2. #define __ATUTILS__
  3.  
  4. #ifndef __TYPES__
  5. #include <Types.h>
  6. #endif
  7.  
  8. #ifndef __APPLETALK__
  9. #include <AppleTalk.h>
  10. #endif
  11.  
  12. #ifndef __LISTS__
  13. #include <Lists.h>
  14. #endif
  15.  
  16. OSErr            ATInit(void);
  17. OSErr            DoBuildZoneList(ListHandle listHndl);
  18. OSErr            HiliteUserZone(ListHandle listHndl);
  19. OSErr            AddPPCNBPAlias(NamesTableEntry *theNTE, Str32 newNBPType, EntityName *newEntity);
  20. OSErr            RemoveNBPAlias(EntityPtr theEntity);
  21.  
  22. #endif __ATUTILS__
  23.  
  24.